CS168: The Modern Algorithmic Toolbox Lecture #11: The Fourier Transform and Convolution
نویسندگان
چکیده
Thus far, we have seen a number of different approaches to extracting information from data. This week, we will discuss the Fourier transform, and other related transformations that map data into a rather different space, while preserving the information. The Fourier transformation is usually presented as an operation that transforms data from the “time” or “space” domain, into “frequency” domain. That is, given a vector of data, with the ith entry representing some value at time i (or some value at location i), the Fourier transform will map the vector to a different vector, w, where the ith entry of w represents the “amplitude” of frequency i. Here, the amplitude will be some complex number. We will revisit the above interpretation of the Fourier transformation. First, a quick disclaimer: one of the main reasons people occasionally get confused by Fourier transforms is because there are a number of seemingly different interpretations of the Fourier transformation. In general, it is helpful to keep all of the interpretations in mind, since in different settings, certain interpretations will be more natural than others.
منابع مشابه
CS168: The Modern Algorithmic Toolbox Lecture #15 and #16: The Fourier Transform and Convolution
Thus far, we have seen a number of different approaches to extracting information from data. This week, we will discuss the Fourier transform, and other related transformations that map data into a rather different space, while preserving the information. The Fourier transformation is usually presented as an operation that transforms data from the “time” or “space” domain, into “frequency” doma...
متن کاملCS168: The Modern Algorithmic Toolbox Lecture #15: The Fourier Transform and Convolution
Thus far, we have seen a number of different approaches to extracting information from data. This week, we will discuss the Fourier transform, and other related transformations that map data into a rather different space, while preserving the information. The Fourier transformation is usually presented as an operation that transforms data from the “time” or “space” domain, into “frequency” doma...
متن کاملCS168: The Modern Algorithmic Toolbox Lecture #14: Linear and Convex Programming, with Applications to Sparse Recovery
Recall the setup in compressive sensing. There is an unknown signal z ∈ R, and we can only glean information about z through linear measurements. We choose m linear measurements a1, . . . , am ∈ R. “Nature” then chooses a signal z, and we receive the results b1 = 〈a1, z〉, . . . , bm = 〈am, z〉 of our measurements, when applied to z. The goal is then to recover z from b. Last lecture culminated i...
متن کاملCS168: The Modern Algorithmic Toolbox Lecture #18: Linear and Convex Programming, with Applications to Sparse Recovery
Recall the setup in compressive sensing. There is an unknown signal z ∈ R, and we can only glean information about z through linear measurements. We choose m linear measurements a1, . . . , am ∈ R. “Nature” then chooses a signal z, and we receive the results b1 = 〈a1, z〉, . . . , bm = 〈am, z〉 of our measurements, when applied to z. The goal is then to recover z from b. Last lecture culminated i...
متن کاملCS168: The Modern Algorithmic Toolbox Lecture #5: Sampling and Estimation
This week, we will cover tools for making inferences based on random samples drawn from some distribution of interest (e.g. a distribution over voter priorities, customer behavior, ip addresses, etc.). We will also learn how to use sampling techniques to solve hard problems— both problems that inherently involve randomness, as well as those that do not. As a warmup, to get into the probabilisti...
متن کامل